Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / FormatComment Method / FormatComment(IComment,Nullable<FormatCellsTab>) Method


In This Topic
    FormatComment(IComment,Nullable<FormatCellsTab>) Method
    In This Topic
    Gets the Format Comment dialog that allows to customize style settings of the specified range.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function FormatComment( _
       ByVal comment As IComment, _
       ByVal tab As Nullable(Of FormatCells.FormatCellsTab) _
    ) As FormatCells
    'Usage
     
    
    Dim comment As IComment
    Dim tab As Nullable(Of FormatCells.FormatCellsTab)
    Dim value As FormatCells
     
    value = BuiltInDialogs.FormatComment(comment, tab)

    Parameters

    comment
    tab

    Return Value

    A System.Windows.Forms.Form object represents the Format Comment dialog.
    See Also